home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 29
/
Volume 29 - JOGO DISK .iso
/
Games
/
football_header.swf
/
scripts
/
DefineButton2_74
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2006-11-13
|
229b
|
13 lines
on(press){
_root.Jumpup = true;
_root.ball.ypos = _root.ball._y;
if(_root.ball._x > _root.ball._xmouse)
{
mposx = - mposx;
}
if(_root.ball._x < _root.ball._xmouse)
{
mposx = 3;
}
}